![]() |
YNQ
YNQ-1.5.1
|
Macros | |
| #define | SY_ATTR_READONLY 0x001 |
| #define | SY_ATTR_HIDDEN 0x002 |
| #define | SY_ATTR_SYSTEM 0x004 |
| #define | SY_ATTR_VOLUME 0x008 |
| #define | SY_ATTR_DIRECTORY 0x010 |
| #define | SY_ATTR_ARCHIVE 0x020 |
| #define | SY_ATTR_DEVICE 0x040 |
| #define | SY_ATTR_NORMAL 0x080 |
| #define | SY_ATTR_TEMPORARY 0x100 |
| #define | SY_ATTR_SPARSE_FILE 0x200 |
| #define | SY_ATTR_REPARSE_POINT 0x400 |
| #define | SY_ATTR_COMPRESSED 0x800 |
| #define | SY_ATTR_OFFLINE 0x1000 |
| #define | SY_ATTR_NOT_CONTENT_INDEXED 0x2000 |
| #define | SY_ATTR_ENCRYPTED 0x4000 |
| #define SY_ATTR_READONLY 0x001 |
File attributes bits: the file is read-only.
| #define SY_ATTR_HIDDEN 0x002 |
File attributes bits: the file is hidden.
| #define SY_ATTR_SYSTEM 0x004 |
File attributes bits: the file is a system file.
| #define SY_ATTR_VOLUME 0x008 |
File attributes bits: this is a volume.
| #define SY_ATTR_DIRECTORY 0x010 |
File attributes bits: the file is a directory.
| #define SY_ATTR_ARCHIVE 0x020 |
File attributes bits: the file is archived.
| #define SY_ATTR_DEVICE 0x040 |
File attributes bits: this is a device.
| #define SY_ATTR_NORMAL 0x080 |
File attributes bits: the file is a regular file.
| #define SY_ATTR_TEMPORARY 0x100 |
File attributes bits: the file is temporary.
| #define SY_ATTR_SPARSE_FILE 0x200 |
File attributes bits: the file is distributed.
| #define SY_ATTR_REPARSE_POINT 0x400 |
File attributes bits: the file is a DFS reparse point.
| #define SY_ATTR_COMPRESSED 0x800 |
File attributes bits: the file is compressed.
| #define SY_ATTR_OFFLINE 0x1000 |
File attributes bits: the file is offline.
| #define SY_ATTR_NOT_CONTENT_INDEXED 0x2000 |
File attributes bits: the file ahs indexed contents.
| #define SY_ATTR_ENCRYPTED 0x4000 |
File attributes bits: the file is encrypted.